type golang.org/x/net/http2.missingBody
4 uses
golang.org/x/net/http2 (current package)
transport.go#L2445: res.Body = missingBody{}
transport.go#L3006: type missingBody struct{}
transport.go#L3008: func (missingBody) Close() error { return nil }
transport.go#L3009: func (missingBody) Read([]byte) (int, error) { return 0, io.ErrUnexpectedEOF }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)